Publish typed indexes through the workspace RPC - #409
Merged
feichai0017 merged 2 commits intoAug 1, 2026
Merged
Conversation
SophiaUgo
force-pushed
the
feature/network-rpc-register-namespace-index
branch
from
July 16, 2026 08:11
3bbda16 to
fa7bc28
Compare
Member
|
hey @SophiaUgo, thank you very much for your contribution, could you please solve the these CI issues? |
SophiaUgo
force-pushed
the
feature/network-rpc-register-namespace-index
branch
from
July 20, 2026 14:56
f6f447e to
216c528
Compare
Fix namespace index registration RPC wiring Fix namespace index registration RPC routing Format routing key match arm Signed-off-by: Sophia Ugochukwu <104243303+SophiaUgo@users.noreply.github.com>
SophiaUgo
force-pushed
the
feature/network-rpc-register-namespace-index
branch
from
July 28, 2026 17:56
216c528 to
fedd50c
Compare
Resolve PR NoKV-Lab#409 against the Agent-native workspace protocol. Keep the removed namespace RPC deleted, carry index fields through artifact publication, and finalize with the post-transition operation token. Signed-off-by: Guocheng(Eric) Song <132118805+feichai0017@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR resolves the original namespace-index contribution against NoKV's current Agent-native workspace architecture while preserving the contributor's signed commit in history.
MetadataRpcRequestnamespace layer deleted.ArtifactDescriptor.index_fieldsthrough the SDK publication RPC.PathCurrentandSecondaryIndexthrough the existing atomic metadata command.CompleteArtifactPublishto finalize with the post-transition operation token.Validation
cargo fmt --all -- --checkcargo test -p nokv-client -p nokv-server(94 passed)cargo clippy -p nokv-client -p nokv-server --all-targets -- -D warningsgit diff --checkCloses #382.